home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / c-tools / mui2c / readme < prev    next >
Encoding:
Text File  |  1996-06-22  |  1.1 KB  |  26 lines

  1. MUI2C is a preprocessor that automates most of the tedious chores required of
  2. a MUI custom class writer. It will automatically generate the following:
  3.  
  4.     o   IDs for all public methods and attributes
  5.     o   Separate header files for public methods and attributes and private
  6.         ones
  7.     o   Class dispatcher and an initializer function
  8.     o   Call to superclass for each method in the appropriate place
  9.     o   Appropriate return statement(s) for each method
  10.     o   Switch statement for each attribute in OM_GET and OM_SET methods, as
  11.         well as the for loop in the OM_SET method
  12.  
  13. It also allows the programmer to disable generation of the last three for a
  14. particular method in case it has special requirements not catered for by
  15. MUI2C.
  16.  
  17. The archive includes the MUI2C executable compiled for 68000 with no math,
  18. along with the complete sources and two example files. If you wish to
  19. recompile MUI2C, you will need flex, which can be obtained from Aminet:
  20.  
  21. Flex252.lha        dev/c      320K  20+GNU Flex - lexical scanner gen. (Amiga p
  22.  
  23. MUI2C is freeware. If you distribute it, please keep the archive intact. See
  24. the Guide file for more information.
  25.  
  26.